Release 10.1A: OpenEdge Development:
ADM Reference


setupTTFromTable function

Function used to create a dynamics temp-table to invoke a call.

Parameters:

pcTableName INPUT CHARACTER

Name to assign the temp-table you want to create.

pcRetValDT INPUT CHARACTER

Data type of the return value from the call. If left blank, the default is CHARACTER. This parameter is optional. If nothing is specified, then "" is passed.

phParamTable INPUT HANDLE

Handle to a table that has the structure of either of the temp-tables in the in calltables.i file located in the adm2/ directory.

Returns: Handle to the created temp-table.

Notes: The temp-table is created with initial values derived from the records in the input table. No records are added to the temp-table. A create of a record in the table results in a record with the default values specified.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095